home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Blogowanie poza sfera / Flock 0.9.1.3 stable / flock-0.9.1.3.en-US.win32.exe / flock / chrome / classic.jar / skin / classic / global / wizard.css < prev    next >
Cascading Style Sheet File  |  2006-08-23  |  930b  |  51 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2.  
  3. .wizard-header {
  4.   border-bottom: 2px groove ThreeDFace;
  5.   background-color: Window;
  6.   color: WindowText;
  7. }
  8.  
  9. .wizard-header-box-1 {
  10.   padding: 5px 0px 5px 0px;
  11. }
  12.  
  13. wizard[description=""] .wizard-header-description {
  14.   display: none;
  15. }
  16.  
  17. .wizard-header-label {
  18.   -moz-margin-start: 23px;
  19.   font-weight: bold;
  20. }
  21.  
  22. .wizard-header-description {
  23.   -moz-margin-start: 44px;
  24. }
  25.  
  26. wizard[branded="true"] .wizard-header-icon {
  27.   list-style-image: url("chrome://branding/content/icon48.png");
  28.   -moz-margin-end: 5px;
  29. }
  30.  
  31. .wizard-page-box {
  32.   margin: 10px 44px;
  33. }
  34.  
  35. .wizard-buttons-separator {
  36.   margin-bottom: 0px !important;
  37. }
  38.  
  39. .wizard-buttons-box-2 {
  40.   margin: 10px;
  41. }
  42.  
  43. .wizard-button[wizardbutton="finish"],
  44. .wizard-button[wizardbutton="next"] {
  45.   -moz-margin-start: -1px !important;
  46. }
  47.  
  48. .wizard-button[wizardbutton="back"] {
  49.   -moz-margin-end: 0px !important;
  50. }
  51.